home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / c / GAPLib.lha / GAPLib_Beta / wrappers / c_plus_plus / README.WRAPPER < prev    next >
Text File  |  1999-04-22  |  628b  |  15 lines

  1.  
  2. What is it?
  3.  
  4. wrapper.cc & GAP.hh make up a bare-bones C++ wrapper class for GAP-Lib.
  5. And, yes, it is a single class (Efficient design is the key :-).
  6.    Concerning compatibility, I believe the wrapper should be compatible to
  7. just about any C++ compiler. It does not fully adhere to standard C++, but
  8. instead aims to use constructs compatible with as many compilers as possible.
  9.  
  10. The code should be pretty much self-explanatory and no claims of any kind
  11. are made on it so feel free to use it as you like (Standard disclaimer still
  12. applies though: I, the author will not be held responsible bla bla bla...).
  13.  
  14.     -Peter (18/3-1999)
  15.